
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--sky-50: #F0F9FF;
--sky-100: #E0F2FE;
--sky-200: #BAE6FD;
--sky-300: #7DD3FC;
--sky-400: #38BDF8;
--sky-500: #0EA5E9;
--sky-600: #0284C7;
--sky-700: #0369A1;
--sky-800: #075985;
--sky-900: #0C4A6E;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--cyan-50: #ECFEFF;
--cyan-100: #CFFAFE;
--cyan-200: #A5F3FC;
--cyan-300: #67E8F9;
--cyan-400: #22D3EE;
--cyan-500: #06B6D4;
--cyan-600: #0891B2;
--cyan-700: #0E7490;
--cyan-800: #155E75;
--cyan-900: #164E63;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--indigo-50: #EEF2FF;
--indigo-100: #E0E7FF;
--indigo-200: #C7D2FE;
--indigo-300: #A5B4FC;
--indigo-400: #818CF8;
--indigo-500: #6366F1;
--indigo-600: #4F46E5;
--indigo-700: #4338CA;
--indigo-800: #3730A3;
--indigo-900: #312E81;
--orange-50: #FFF7ED;
--orange-100: #FFEDD5;
--orange-200: #FED7AA;
--orange-300: #FDBA74;
--orange-400: #FB923C;
--orange-500: #F97316;
--orange-600: #EA580C;
--orange-700: #C2410C;
--orange-800: #9A3412;
--orange-900: #7C2D12;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--fuchsia-50: #FDF4FF;
--fuchsia-100: #FAE8FF;
--fuchsia-200: #F5D0FE;
--fuchsia-300: #F0ABFC;
--fuchsia-400: #E879F9;
--fuchsia-500: #D946EF;
--fuchsia-600: #C026D3;
--fuchsia-700: #A21CAF;
--fuchsia-800: #86198F;
--fuchsia-900: #701A75;
--white: #ffffff;
--background: #FFFFFF;
--font-primary: #000;
--background-menu: #e9e8f8;
--primary: #424dea;
  /* Fonts */
    --font-inter: 'Inter',sans-serif;
--font-rubik: 'Rubik',sans-serif;
--font-nunito: 'Nunito',sans-serif;
--font-oswald: 'Oswald',sans-serif;
--font-dm-sans: 'DM Sans',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-cairo: 'Cairo',sans-serif;
--font-tajawal: 'Tajawal',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --small-space: 1rem;
--medium-space: 2.4rem;
--large-space: 4rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .MypZY {
    width:100%;
  height:100%;
  direction:rtl;
  align-items:center;
  font-family:'Tajawal';
  justify-content:center;
  background-color:#fafbfd;
  }
      

      
        
        
      
      
  .Fzfxq {
    color:var(--grey-900, #171717);
  width:100%;
  height:42px;
  font-size:.8rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
  .Fzfxq:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .cBZNgJ {
    color:var(--grey-900, #171717);
  font-size:0.8rem;
  margin-top:8px;
  font-weight:700;
  }
      

      
        
        
      
      
  .fELqha {
    width:100%;
  }
      

      
        
        
      
      
  .Mpwcy {
    color:#a1a1a1;
  font-size:0.625rem;
  margin-top:8px;
  }
      

      
        
        
      
      
  .UYBbw {
    color:var(--grey-400, #A3A3A3);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  padding-top:6px;
  padding-bottom:6px;
  }
      

      
        
        
      
      
  .erNnKK {
    color:var(--grey-900, #171717);
  width:100%;
  height:42px;
  font-size:.8rem;
  padding-left:8px;
  border-radius:6px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
  .erNnKK:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .cmVDlO {
    color:var(--default-link-color, #2463ebff);
  }
      

      
        
        
      
      
  .cBczdO {
    width:90%;
  bottom:20px;
  display:flex;
  position:absolute;
  min-height:52px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .cUZITN {
    font-size:var(--font-size-4xl);
  text-align:center;
  font-family:inherit;
  font-weight:900;
  }
      

      
        
        
      
      
  .bLXPqJ {
    gap:12px;
  flex:1;
  width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .ZyDPr {
    color:var(--grey-600, #525252);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .bSyumy {
    gap:12px;
  direction:rtl;
  align-items:center;
  font-family:'Tajawal';
  padding-top:2rem;
  padding-left:1rem;
  border-radius:12px;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:start;
  background-color:var(--blue-200, #BFDBFE);
  }
      

      
  .bSyumy.success {
    background-color:var(--green-200, #A7F3D0);
  }
      


  .bSyumy.error {
    background-color:var(--red-300, #FCA5A5);
  }
      

        
        
      
      
  .evJUgT {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-base);
  text-align:center;
  }
      

      
        
        
      
      
  .dJuFCu {
    display:none;
  }
      

      
  .dJuFCu.default {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .erMXBT {
    display:none;
  }
      

      
  .erMXBT.error {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .WhAqY {
    gap:12px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .fxuqCS {
    display:none;
  }
      

      
  .fxuqCS.success {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .bysbKs {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-lg);
  text-align:center;
  font-family:'Cairo';
  font-weight:700;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .zIFtY {
    gap:30px;
  flex:1;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .cNGxUt {
    gap:30px;
  max-width:450px;
  min-width:320px;
  box-shadow:1px 4px 8px 0px #00000017;
  min-height:300px;
  padding-top:20px;
  padding-left:20px;
  border-radius:8px;
  outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  padding-right:20px;
  padding-bottom:20px;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
        
      
      
  .fFkkRQ {
    color:var(--grey-50, #FAFAFA);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .vNZhB {
    gap:6px;
  align-items:center;
  padding-top:.7rem;
  justify-content:center;
  border-top-color:var(--grey-600, #525252);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .eXkZld {
    color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  height:46px;
  font-size:.8rem;
  align-items:center;
  font-family:'Cairo';
  font-weight:700;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--blue-700, #1D4ED8);
  }
      

      
  .eXkZld:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      


  .eXkZld.disabled {
    background-color:var(--grey-300, #D4D4D4);
  }
      

        
        
      
      
  .bUvOzx {
    width:90%;
  bottom:20px;
  height:52px;
  position:absolute;
  align-items:center;
  padding-top:12px;
  padding-left:12px;
  border-radius:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  background-color:var(--green-500, #10B981);
  }
      

      
        
        
      